ffmpeg.git
3 years agoconfigure: properly require libx264 if enabled
Marvin Scholz [Sun, 24 Jul 2022 10:11:49 +0000 (12:11 +0200)]
configure: properly require libx264 if enabled

When libx264 can not be found even though it is enabled, it should error
out properly instead of silently disabling it.

(cherry picked from commit 564d7946de56155d1c42165a8b561fcf5028cbbc)

Gbp-Pq: Name 0002-configure-properly-require-libx264-if-enabled.patch

3 years agoavcodec/arm/sbcenc: avoid callee preserved vfp registers
James Cowgill [Sun, 11 Aug 2019 15:50:56 +0000 (16:50 +0100)]
avcodec/arm/sbcenc: avoid callee preserved vfp registers

When compiling FFmpeg with GCC-9, some very random segfaults were
observed in code which had previously called down into the SBC encoder
NEON assembly routines. This was caused by these functions clobbering
some of the vfp callee saved registers (d8 - d15 aka q4 - q7). GCC was
using these registers to save local variables, but after these
functions returned, they would contain garbage.

Fix by reallocating the registers in the two affected functions in
the following way:
 ff_sbc_analyze_4_neon: q2-q5 => q8-q11, then q1-q4 => q8-q11
 ff_sbc_analyze_8_neon: q2-q9 => q8-q15

The reason for using these replacements is to keep closely related
sets of registers consecutively numbered which hopefully makes the
code more easy to follow. Since this commit only reallocates
registers, it should have no performance impact.

Signed-off-by: James Cowgill <jcowgill@debian.org>
Gbp-Pq: Name 0001-avcodec-arm-sbcenc-avoid-callee-preserved-vfp-regist.patch

3 years agoffmpeg (7:5.1-3) unstable; urgency=medium
Sebastian Ramacher [Wed, 24 Aug 2022 21:33:44 +0000 (22:33 +0100)]
ffmpeg (7:5.1-3) unstable; urgency=medium

  * debian/: Build with vulkan and libplacebo only on Linux (Closes: #1017108)
  * debian/patches: Add upstream patch to disable default ipfs gateway

[dgit import unpatched ffmpeg 7:5.1-3]

3 years agoImport ffmpeg_5.1-3.debian.tar.xz
Sebastian Ramacher [Wed, 24 Aug 2022 21:33:44 +0000 (22:33 +0100)]
Import ffmpeg_5.1-3.debian.tar.xz

[dgit import tarball ffmpeg 7:5.1-3 ffmpeg_5.1-3.debian.tar.xz]

3 years agoImport ffmpeg_5.1.orig.tar.xz
Sebastian Ramacher [Sun, 31 Jul 2022 18:07:37 +0000 (19:07 +0100)]
Import ffmpeg_5.1.orig.tar.xz

[dgit import orig ffmpeg_5.1.orig.tar.xz]